google.golang.org/grpc.clientStream.binlogs (field)

20 uses

	google.golang.org/grpc (current package)
		stream.go#L374: 		cs.binlogs = append(cs.binlogs, ml)
		stream.go#L378: 			cs.binlogs = append(cs.binlogs, ml)
		stream.go#L401: 	if len(cs.binlogs) != 0 {
		stream.go#L415: 		for _, binlog := range cs.binlogs {
		stream.go#L597: 	binlogs []binarylog.MethodLogger
		stream.go#L881: 	if len(cs.binlogs) != 0 && !cs.serverHeaderBinlogged && m != nil {
		stream.go#L893: 		for _, binlog := range cs.binlogs {
		stream.go#L998: 	if len(cs.binlogs) != 0 && err == nil {
		stream.go#L1003: 		for _, binlog := range cs.binlogs {
		stream.go#L1011: 	if len(cs.binlogs) != 0 && !cs.serverHeaderBinlogged {
		stream.go#L1016: 	if len(cs.binlogs) != 0 {
		stream.go#L1023: 	if len(cs.binlogs) != 0 && err == nil {
		stream.go#L1028: 		for _, binlog := range cs.binlogs {
		stream.go#L1054: 	if len(cs.binlogs) != 0 {
		stream.go#L1058: 		for _, binlog := range cs.binlogs {
		stream.go#L1093: 	if len(cs.binlogs) != 0 {
		stream.go#L1099: 			for _, binlog := range cs.binlogs {
		stream.go#L1111: 			for _, binlog := range cs.binlogs {